home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / VD08BIN.ZIP / usr / include / pm / autotristatebutton.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-13  |  328 b   |  19 lines

  1. #ifndef _AUTOTRISTATEBUTTON_H_
  2. #define _AUTOTRISTATEBUTTON_H_
  3.  
  4. #ifndef _BUTTON_H_
  5. #include <pm/Button.h>
  6. #endif
  7.  
  8. @interface AutoTriStateButton : Button
  9. {
  10. }
  11.  
  12. - initWithId: (ULONG) anId andFlags: (ULONG) flags in: (Window *) parent;
  13. -read: (TypedStream *) aStream;
  14. -write: (TypedStream *) aStream;
  15.  
  16. @end
  17.  
  18. #endif
  19.